home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / present_.swf / scripts / DefineSprite_151 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  116 b   |  10 lines

  1. if(count >= 100)
  2. {
  3.    stop();
  4.    _root.gotoAndPlay(_root._currentframe + 1);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(1);
  9. }
  10.